ImageRectData

class ImageRectData(    x: Int = 0,     y: Int = 0,     width: Int = 0,     height: Int = 0,     var offsetX: Int = 0,     var offsetY: Int = 0,     var regionWidth: Int = 0,     var regionHeight: Int = 0,     var originalWidth: Int = 0,     var originalHeight: Int = 0,     var file: File? = null,     var image: BufferedImage? = null,     var name: String = "",     var index: Int = 0,     val aliases: MutableList<ImageAlias> = mutableListOf(),     var extrude: Int = 0) : BinRect

Constructors

Link copied to clipboard
fun ImageRectData(    x: Int = 0,     y: Int = 0,     width: Int = 0,     height: Int = 0,     offsetX: Int = 0,     offsetY: Int = 0,     regionWidth: Int = 0,     regionHeight: Int = 0,     originalWidth: Int = 0,     originalHeight: Int = 0,     file: File? = null,     image: BufferedImage? = null,     name: String = "",     index: Int = 0,     aliases: MutableList<ImageAlias> = mutableListOf(),     extrude: Int = 0)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun unloadImage(file: File)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val area: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var extrude: Int = 0
Link copied to clipboard
var file: File? = null
Link copied to clipboard
var height: Int
Link copied to clipboard
var image: BufferedImage? = null
Link copied to clipboard
var index: Int = 0
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var offsetX: Int = 0
Link copied to clipboard
var offsetY: Int = 0
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var regionHeight: Int = 0
Link copied to clipboard
var regionWidth: Int = 0
Link copied to clipboard
var tag: String?
Link copied to clipboard
var width: Int
Link copied to clipboard
var x: Int
Link copied to clipboard
var y: Int